home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Adroff2 / TextView.h < prev    next >
Encoding:
Text File  |  1990-10-29  |  240 b   |  17 lines

  1.  
  2. #import <appkit/ScrollView.h>
  3. #import <appkit/Text.h>
  4.  
  5. @interface TextView:ScrollView 
  6. {
  7.     id    theText;
  8. }
  9.  
  10. - initFrame:(const NXRect *)frameRect;
  11. - makeEnclosingWindow:(const NXRect *)rect;
  12. - newText:(const NXRect *)frameRect;
  13.  
  14. @end
  15.  
  16.  
  17.